﻿
#navcontainer 
{	
	margin-left: auto;
	margin-right: auto;
	width: 245px;	
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li 
{
	margin: 0px;
}

#navcontainer a
{
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif ! important;
	letter-spacing: 0px;
	color: #1a2242;
	text-decoration: none;	
	display: block;
	padding: 4px 0px 6px 10px;
	height: 15px;
	width: 235px;	
}

#navcontainer a:hover
{
	text-decoration: none;
	color: #2a4769;	
}

#navcontainer .topline 
{	
	background: url('/menus/carrington/menu-nonhover_topline.jpg') no-repeat;
}

#navcontainer .topline:hover 
{
	background: url('/menus/carrington/menu-hover_topline.jpg') no-repeat;
}

#navcontainer .top_bottomline 
{
	background: url('/menus/carrington/menu-nonhover_top_bottomline.jpg') no-repeat;
}
#navcontainer .top_bottomline:hover 
{
	background: url('/menus/carrington/menu-hover_top_bottomline.jpg') no-repeat;
}

#navcontainer .subitem a
{
	display: block;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial ! important;
	color: #000;
	text-decoration: none;	
	padding: 5px 0px 5px 12px;
	height: 15px;
	width: 233px;
	background-image: none;
}

#navcontainer .subitem:hover 
{	
	background-image: none;	
	width: 235px;
}

#navcontainer .subitem a:hover 
{
	text-decoration: underline;
}
